home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / smailsrc.zip / UUPC.ZIP / README < prev    next >
Text File  |  1990-04-17  |  2KB  |  27 lines

  1.                UUPC uuio.exe Source Code
  2.             README file by Stephen C. Trier
  3.  
  4.      This directory contains a section of the program code from the
  5. UUPC-post-1.0-interim UUCP package.  Compile this code with make to build the
  6. uuio.exe program that provides communications with your neighboring systems.
  7.  
  8.      This version of uuio is somewhat different from the standard UUPC
  9. version.  Instead of containing the pcmail.c software, it does a spawn() call
  10. to MS-DOS to start an external rmail program.  In this case, that program is
  11. smail, in its rmail.exe form.
  12.  
  13.      News handling has also been changed slightly.  Rather than handling all
  14. rnews requests internally, uuio now tries to spawn() an external rnews
  15. program.  If this attempt fails, it will process the article in its own limited
  16. way, throwing it into the news directory with a unique numerical filename.  In
  17. this manner, I hope to make it easier for those people who wish to write their
  18. own rnews programs.
  19.  
  20.      Copyrights for the UUPC software are held by Richard Lamb and Stuart
  21. Lynne, 1985-1987.  I specifically do not claim a copyright to my modifications
  22. to the UUPC package.  This copyright applies to only the software inside this
  23. directory, and in no way applies to the smail and passwd software distributed
  24. in the other directories of this distribution.  These files form a separate and
  25. independent work, and their copyright notice shall in no way affect the public
  26. domain status of the other files included in this distribution.
  27.